home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / SQL / ariacom / br15Evaluation.exe / br15Evaluation / ASP SCripts / reportStyle.inc < prev    next >
Text File  |  2002-09-09  |  1KB  |  67 lines

  1.   body {
  2.     background-color: #FFFFFF;
  3.   }
  4.  
  5.   body.menu {
  6.     background-color: #9bbad6;
  7.   }
  8.   
  9.   table.title {
  10.     background-color: #9bbad6; 
  11.   }
  12.  
  13.   table.tabletitle {
  14.     background-color: #FFFFFF; 
  15.   }
  16.  
  17.   table.bgdata {
  18.     background-color: #EEEEEE; 
  19.   }
  20.  
  21.   table.bgdatalist {
  22.     background-color: #FFFFFF; 
  23.   }
  24.  
  25.   table.navigation {
  26.     background-color: #9bbad6; 
  27.   }
  28.  
  29.  
  30.   font.title {
  31.     font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold;    
  32.   }
  33.  
  34.   font.normalBold {
  35.     font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold;
  36.   }
  37.  
  38.   font.normal {
  39.     font-family: Arial, Helvetica; font-size: 10pt;
  40.   }
  41.  
  42.   font.error {
  43.     color: #FF0000;
  44.     font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold;    
  45.   }
  46.  
  47.   input {
  48.     font-family: Arial, Helvetica; font-size: 10pt;
  49.   }
  50.  
  51.   input.actionSubmit {
  52.     font-family: Arial, Helvetica; font-size: 10pt;
  53.   }
  54.  
  55.   hr {
  56.     width: 100%   
  57.   }
  58.  
  59.  
  60.   input.actionSubmit {
  61.     font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold;    
  62.   }
  63.  
  64.   textarea {
  65.     font-family: Arial, Helvetica; font-size: 10pt;  
  66.   }
  67.